home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 103 / MacAddict_103_2005-03.iso / Software / Internet & Communication / Adium X 0.73.dmg / Adium.app / Contents / Resources / EnterAwayWindow.nib / classes.nib next >
Encoding:
Text File  |  2004-12-26  |  1.5 KB  |  47 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {
  5.                 cancel = id; 
  6.                 closeWindow = id; 
  7.                 endSheet = id; 
  8.                 save = id; 
  9.                 setAwayMessage = id; 
  10.             }; 
  11.             CLASS = AIEnterAwayWindowController; 
  12.             LANGUAGE = ObjC; 
  13.             OUTLETS = {
  14.                 "button_save" = NSButton; 
  15.                 "button_setAwayMessage" = NSButton; 
  16.                 "popUp_title" = NSPopUpButton; 
  17.                 savePanel = NSPanel; 
  18.                 "savePanel_cancelButton" = NSButton; 
  19.                 "savePanel_saveButton" = NSButton; 
  20.                 "scrollView_awayMessageContainer" = NSScrollView; 
  21.                 "textField_title" = NSTextField; 
  22.                 "textView_awayMessage" = AISendingTextView; 
  23.             }; 
  24.             SUPERCLASS = NSWindowController; 
  25.         }, 
  26.         {
  27.             ACTIONS = {pasteAsRichText = id; scrollPageDown = id; scrollPageUp = id; }; 
  28.             CLASS = AIMessageEntryTextView; 
  29.             LANGUAGE = ObjC; 
  30.             SUPERCLASS = AISendingTextView; 
  31.         }, 
  32.         {
  33.             CLASS = AIMiniToolbar; 
  34.             LANGUAGE = ObjC; 
  35.             OUTLETS = {representedObject = id; }; 
  36.             SUPERCLASS = NSView; 
  37.         }, 
  38.         {
  39.             CLASS = AISendingTextView; 
  40.             LANGUAGE = ObjC; 
  41.             OUTLETS = {target = id; }; 
  42.             SUPERCLASS = NSTextView; 
  43.         }, 
  44.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
  45.     ); 
  46.     IBVersion = 1; 
  47. }